/*
 * @Author: dy
 * @Email: sales@juntong.net
 * @Company: Copyright (c) 版权所有 无锡君通
 * @Date: 2021-03-29 10:29:33
 * @LastEditors: dy
 * @LastEditTime: 2021-04-02 11:07:28
 * @FilePath: \2021扒模板\css\inc.css
 * @Descripttion: 
 */
@charset "utf-8";
.pr-50 {
  padding-right: 3.125rem;
}
.pl-50 {
  padding-left: 3.125rem;
}
.mw-100 {
  max-width: 100%;
}
.singglepage-container {
  padding: 50px 0;
}

/*内页banner*/
.inner-banner {
  position: relative;
  overflow: hidden;
  display: flex;
}
.inner-banner img {
  width: 100%;
  object-fit: contain;
}
.inner-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.inner-nav .container {
  width: 100%;
  text-align: right;
  color: #fff;
}
.inner-nav .container a {
  color: #fff;
  font-size: 0.9375rem;
}
.inner-nav .container h3 {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.inner-banner {
  min-height: 100px;
  background: #ccc;
}
.inner-nav h1 {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 8px;
  text-transform: capitalize;
}

/*关于我们*/
.inner-aboutus-main {
  font-size: 0.875rem;
  color: #434343;
  line-height: 1.7;
  padding-bottom: 2.5rem;
}
.inner-aboutus-main p {
  padding-bottom: 10px;
}
.inner-aboutus-main .inner-title {
  font-size: 2.125rem;
  color: #e60012;
  position: relative;
  margin: 2.25rem 0;
  font-weight: 600;
}
.inner-aboutus-main .inner-title::after {
  position: absolute;
  bottom: -0.75rem;
  width: 3.125rem;
  height: 0.25rem;
  background: #e60012;
  content: "";
  display: block;
}
.innner-title-text {
  font-size: 1.5625rem;
  font-size: 1.125rem;
  color: #8c8c8c;
}
.inner-aboutus-main .mw-100 {
  margin: 1.25rem 0;
}
.inner-aboutus-main .half-half {
  display: flex;
  flex-wrap: wrap;
}
.inner-aboutus-main .half-half div {
  width: 50%;
  box-sizing: border-box;
}
.inner-aboutus-main .half-half img {
  height: 100%;
}
.inner-aboutus-main .checks span {
  width: 7.5rem;
  display: inline-block;
}
.inner-aboutus-main .checks span i {
  color: #e60012;
}

.about{ padding:80px 0;}
.about .aboutm {display:flex; justify-content:space-between;}
.about .aboutm .aboutl {width:calc(700 / 1600 * 100%);padding:50px 0;}
.about .aboutm .aboutl p {font-size:14px;margin-top:10px;line-height:1.8;text-align:justify;color:#000;}
.about h2 {font-size:36px;color:#333;position:relative;padding-bottom:40px;text-transform:capitalize;}
.about h2 b {position:absolute;left:0px;top:15px;font-size:58px;color:#ffeaec;z-index:-1;font-weight:bold;text-transform:uppercase;}

.about .aboutm .aboutr {width:calc(800 / 1600 * 100%); display:flex; align-items:center; position:relative;}
.about .aboutm .aboutr img{ max-width:100%;}
.about .aboutm .aboutr:after{ content:""; position:absolute; top:10%; bottom:10%; left:10%; right:10%; border:5px solid #e60012; z-index:-1;}

.news{
	padding:80px 0;
}
.news-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap: 2%;
}
.news-list li {
	width: 23.5%;
	position: relative;
	transition: 0.5s;
	margin-bottom: 2%;
}
.news-list li:hover {
	box-shadow: 0 0 10px #999;
}
.news-list li .news-img {
	overflow: hidden;
}
.news-list li a {
	text-decoration: none;
}
.news-list .news-pic {
	width: 100%;
	transition: all 0.5s;
	height: 200px;
	object-fit: cover;
	border: 1px solid #c7c7c7;
    box-sizing: border-box;
}
.news-list .news-txt {
	padding: 20px;
	background: #f5f5f5;
}
.news-list .news-date {
	color: #1a1a1a;
	font-size: 16px;
	margin-bottom: 15px;
}
.news-list .news-tit {
	line-height: 1.5;
	font-size: 18px;
	color: #e60012;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-list .news-intro {
	line-height: 1.5;
	box-sizing: border-box;
	font-size: 16px;
	color: #1a1a1a;
	margin: 1rem 0 1.5rem;
}
.news-list .news-readmore {
	font-size: 14px;
	color: #e60012;
	text-transform: uppercase;
}

.newsitem{
	padding:80px 0;
	background:#f8f8f8;
}
.newsitem .container {
	padding: 80px;
	background: #fff;
	box-shadow: 0 0 50px -20px rgba(0, 0, 0, .15);
	box-sizing: border-box;
}
.ny_content {
	font-size: 16px;
	line-height: 1.8;
}
.ny_content p {
	margin-bottom: 10px;
	line-height: 1.6;
	font-size: 16px;
}
.npt {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #666;
	margin: 0 0 50px 0;
}
.u_np {
	margin-top: 50px;
	text-align: center;
}
.u_np li {
	display: inline-block;
	margin: 0 20px;
}
.u_np li a {
	display: inline-block;
	padding: 20px 30px;
	background: #8f8f8f;
	color: #fff;
}
.u_np li a:hover {
	background: #da251c;
}

.contact{
	padding:80px 0;
}
.contact * {
	box-sizing: border-box;
}
.contact .pc1 {
	font-size: 42px;
	color: #000;
	text-align: center;
	line-height:1.8;
}
.contact .pc2 {
	margin-top: 10px;
	font-size: 16px;
	color: #999;
	text-align: center;
}
.contact>ul {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.contact>ul li {
	width: 25%;
	text-align: center;
	padding: 0 30px;
	border-right: 1px solid #ddd;
}
.contact>ul li:last-child {
	border: none;
}
.contact>ul li span {
	color: #e60012;
	font-size: 45px;
}
.contact>ul li .p1 {
	font-size: 16px;
	color: #666;
	margin: 20px 0;
}
.contact>ul li .p2 {
	color: #000;
}
.contact2 {
	display: flex;
	margin-top: 60px;
}
.contact2 .contact_l {
	width: 50%;
}
.contact2 .contact_r {
	width: 50%;
	padding: 50px;
	background: #f8f8f8;
	display: flex;
	align-items: center;
}
.contact_r .form-control {
	background: #fff;
	border-radius: 0;
	border: 1px solid transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	padding: 14.5px 26px;
	width: 48%;
	margin-right: 4%;
	float: left;
	margin-bottom: 20px;
}
.contact_r .form-control:nth-child(2n) {
	margin-right: 0;
}
.contact_r .form-control:focus {
	border-color: #ebebeb;
}
.contact_r .form-control-text {
	width: 100%;
	height: 160px;
}
.contact_r .btn-theme {
	background: #e60012;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	font-weight: 500;
	font-size: 17px;
	padding: 15px 50px;
	cursor: pointer;
	border: none;
	margin-top: 30px;
}
.contact_r .btn-theme:hover {
	background: #000;
}
.checkcode{ width:100%; float:left;}
#baidu_dituContent {
	width: 100%;
	height: 100%;
	border: #ccc solid 1px;
}
#baidu_dituContent .BMap_bubble_pop {
	box-sizing: content-box;
}

.honor{ padding:80px 0; text-align:center;}
.honor_tit{ font-size:36px; font-weight:bold; text-align:center; line-height:2; margin-bottom:20px;}


.tab_cc{ width:98%;border-collapse:collapse; margin:0 auto;}
.tab_cc td{border:1px solid #cad9e8; line-height:30px; font-family: Verdana,microsoft yahei;}
.tab_cc td strong{ color:#fff;}
.tab_cc{ width:100%; margin-top:5px;}
.tab_cc td{text-align:center; font-size:16px; padding:5px 0;}

.product{ padding:50px; display:flex; justify-content:space-between;}
.side { width: 25%;}
.sidenav { background:linear-gradient(135deg, #e60012, #dedede); border-radius: 10px; overflow: hidden; margin-bottom: 20px; }
.sidenav .hd { line-height: 50px; height: 50px; color: #fff; font-size: 18px; padding: 0 20px 0 70px; background: url(../images/logop.png) no-repeat 16px center; background-size: auto 20px; }
.sidenav .hd strong { font-weight: normal; }
.sidenav .bd { padding: 10px; background: #fff; margin: 0 6px 6px; border-radius: 0 0 6px 6px; }
.sidenav .snul { }
.sidenav .snul .snli { margin-bottom: 2px; line-height: 40px; }
.sidenav .snul .snli .sna { padding: 0 20px; color: #666; font-size: 14px; display: block; border-radius: 4px; -webkit-transition: all .2s; transition: all .2s; background: #f1f1f1 url(../img/ck.gif) no-repeat -16px center; background-size: 16px 14px; }
.sidenav .snul .snli .sna:hover, .sidenav .snul .snli.on .sna { background-color: #e60012; color: #fff; opacity: .9; filter: alpha(opacity=90); background-position: 18px center; box-shadow:0 5px 10px rgba(26,88,166,0.4); padding-left: 40px; }

.sidebox { background: #dedede; overflow: hidden; margin-bottom: 20px; border-radius: 10px; }
.sidebox .hd { line-height: 40px; height: 40px; text-align: center; font-size: 16px; color: #333; }
.sidebox .bd { margin: 0 6px 6px; padding: 20px; background: #fff; border-radius: 0 0 6px 6px; position: relative; }
.sbcon { line-height:1.6;}

.pro_main{ display:flex; flex-wrap:wrap; width: 72%; column-gap:2%;}
.pro_main li {
  position: relative;
  overflow: hidden;
  width:32%;
  margin-bottom:2%;
}
.pro_main li a {
  
}
.pro_main li img {
  width: 100%;
  height:208px;
  object-fit: cover;
  transition: all 0.5s;
}
.pro_main li a::after {
  
}
.pro_main li a:hover::after {
  background: 0 0;
}
.pro_main li:hover img {
  transform: scale(1.05);
}
.pro_main p {
  z-index: 10;
  box-sizing: border-box;
  background: #eee;
  color: #ba1c22;
  font-size: 16px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content:space-between;
  padding: 1rem 2rem;
}
.pro_main p:hover {
  
}
.pro_main i {
  height: 1.875rem;
  width: 1.875rem;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2.625rem;
  flex: 0 0 auto;
}




/*联系我们*/
.inner-contact-main {
  background: #f7f7f7;
  padding: 3.125rem 0;
  margin-bottom: 30px;
}
.inner-contact-title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #1a1a1a;
  font-weight: 600;
}
.inner-contact-text {
  display: flex;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  color: #535353;
  line-height: 1.875rem;
}
.inner-contact-main .cf {
  font-size: 1rem;
}
.inner-contact-text p {
  width: 50%;
}
/*客户反馈*/
.messagecon {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.messagetarea {
  padding: 10px;
  border: 1px solid #dedede;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  resize: none;
  width: 100%;
  height: 90px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #f8f8f8;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.messagetarea:focus {
  color: #333;
  outline: none;
  background: #fff;
}
.messageinput {
  float: left;
  width: 32%;
  padding: 10px;
  line-height: 26px;
  font-size: 14px;
  border: 1px solid #dedede;
  margin-right: 2%;
  margin-bottom: 20px;
  color: #666;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #f8f8f8;
  box-sizing: border-box;
}
.messageinput:last-child {
  margin-right: 0;
}
.messageinput:focus {
  color: #333;
  outline: none;
  background: #fff;
}
.messagebtn {
  width: 25%;
  text-align: center;
  line-height: 46px;
  height: 46px;
  font-size: 16px;
  border: 0;
  background: #dadada;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 30px;
}
.messagebtn.btnon {
  color: #fff;
}
.messagebtn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.main .con .yanzhengma {
  display: inline;
}
.messagebtn.btnon {
  background: #d71619;
}




/*产品分类*/
.inner-cate-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4.375rem;
}
.inner-cate-list .sub-menu {
  position: absolute;
  display: none;
  background: #fff;
  z-index: 10;
  min-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.inner-cate-list li a {
  color: #fff;
  font-size: 1.1875rem;
  padding: 10px;
  display: block;
  text-decoration: none;
}
.inner-cate-list li a {
  background: #e60012;
  border-radius: 3px;
}
.inner-cate-list li a:hover {
  background: #02418e;
}
.inner-cate-list li {
  margin: 0 10px 10px 0;
  position: relative;
  white-space: nowrap;
}
.inner-cate-list li:hover > .sub-menu {
  display: block;
}
.inner-cate-list .sub-menu li {
  margin: 0;
}
.inner-cate-list .sub-menu li a {
  background: 0 0;
  color: #000;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  padding: 8px 1.25rem;
}
.inner-cate-list .sub-menu li a:hover {
  background: #e60012;
  color: #fff;
}
.inner-cate-list .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

/*产品展示*/
.inner-products-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.125rem;
}
.inner-products-list li {
  box-sizing: border-box;
  border: 1px solid #ededed;
  width: 23.583333%;
  margin-bottom: 2.5rem;
  margin-right: 1.8888%;
}
.inner-products-list li:nth-child(4n + 4) {
  margin-right: 0;
}
.inner-products-img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.inner-products-list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-product-text {
  padding: 3px;
  text-align: center;
  font-size: 0.9375rem;
  color: #2d2d2d;
}
.inner-product-text h3 {
  font-size: 1rem;
  padding: 0.5rem;
  font-weight: 600;
}
.inner-product-text h3 a {
  text-decoration: none;
}
.inner-product-text p {
  height: 2.5rem;
  overflow: hidden;
}
.inner-product-text > a {
  font-size: 0.9375rem;
  padding: 0.875rem 0;
  display: block;
  background: #e60012;
  border-radius: 25px;
  color: #fff;
  margin-top: 2.3125rem;
}
.inner-products-main {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}
/*页数*/
.pages {
  display: flex;
  justify-content: center;
  color: #fff;
  margin: 35px 0;
}
.pages a,
.pages span {
  color: #1b1b1b;
  font-size: 1rem;
  height: 3.125rem;
  line-height: 3.125rem;
  width: 3.125rem;
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  text-align: center;
  margin-right: 6px;
}
.pages span {
  color: #ccc;
}
.pages a:hover {
  background: #e60012;
  color: #fff;
  text-decoration: none;
}
/*新闻*/
.newslist {
  margin-bottom: 25px;
  margin-top: 40px;
}
.newslist ul li {
  border-bottom: 1px dashed #aaa;
}
.newslist ul li:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.newslist ul li a {
  display: block;
  float: left;
  max-width: 80%;
  line-height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
.newslist ul li span {
  float: right;
  line-height: 45px;
}
/*新闻详情页*/
.news-title {
  text-align: center;
  margin: 40px 0;
  font-size: 24px;
}
.news-content {
  font-size: 1rem;
  line-height: 1.7;
}
.date-share {
  margin-top: 30px;
}
.more-news {
  margin-bottom: 50px;
  margin-top: 30px;
}
.ptit {
  font-size: 2.125rem;
  font-weight: 600;
  color: #292929;
  padding: 1.875rem 0;
}
.rollPro1 {
  display: flex;
  flex-wrap: wrap;
}
.rollPro1 li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
  line-height: 2;
  font-size: 16px;
}
.rollPro1 li:nth-child(3n + 3) {
  margin-right: 0;
}
.rollPro1 li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.rollPro1 li a {
  text-decoration: none;
}
.rollPro1 .pbox a {
  display: inline-block;
  overflow: hidden;
  width: 283px;
  height: 283px;
}
.rollPro1 li:hover img {
  transform: scale(1.1);
}
/*产品详情页*/
.inner-procontent-top-panel {
  display: flex;
  margin: 5.125rem auto;
}
.inner-procontet-img {
  width: 47.5%;
  text-align: center;
}
.margin0auto {
  margin: 0 auto;
  display: inline-block;
}
.inner-procontet-info {
  width: 47.5%;
  display: flex;
  flex-direction: column;
}
.inner-procontet-name {
  font-size: 1.5rem;
  color: #121212;
  padding: 1.875rem 0;
  font-weight: 600;
}
.inner-procontet-intro {
  font-size: 0.875rem;
  color: #6f6f6f;
  line-height: 1.875;
  margin-bottom: 3.125rem;
}
.inner-procontet-info-main h3 {
  font-size: 1.5625rem;
  color: #fff;
  background: #e60012;
  display: inline-block;
  line-height: 3.3125rem;
  width: 10.875rem;
  text-align: center;
}
.inner-procontet-info-main-box {
  border: 1px solid #e3e3e3;
  padding: 2.5rem 1.5625rem;
  font-size: 1rem;
  line-height: 2.25;
  color: #616161;
}
.pronext-link-products {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  margin-top: 2.75rem;
  margin-bottom: 4.875rem;
}
.pronext-link-products a {
  font-size: 1.22rem;
  color: #000;
  font-weight: 600;
  display: block;
  height: 65px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
.pronext-link-products li {
  position: relative;
  font-size: 1.375rem;
  color: #b7b7b7;
  font-weight: 600;
  display: block;
  height: 65px;
  max-width: 48%;
}
.pronext-link-products li p {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.pronext-link-products p span {
  font-size: 0.9375rem;
  color: #777;
}
.pronext-link-products p i {
  width: 2.25rem;
  height: 2.25rem;
  background: #000;
  color: #fff;
  line-height: 2.25rem;
  text-align: center;
}
.pronext-link-products li:hover i {
  background: #e60012;
}
.pronext-link-products li:nth-child(1) i {
  margin-right: 0.3125rem;
}
.pronext-link-products li:nth-child(2) i {
  margin-left: 0.3125rem;
}
.pronext-link-products li:nth-child(2) p {
  right: 0;
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
  .inner-aboutus-main .half-half div,
  .inner-aboutus-main .half-half img {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
	.inner-products-list li {
	width: 49%;
	}
	.inner-products-list li:nth-child(2n) {
	margin-right: 0;
	}
	.inner-procontet-img,
	.inner-procontet-info {
	width: 100%;
	}
	.inner-procontent-top-panel {
	display: block;
	}
	.rollPro1 .pbox a {
	width: auto;
	height: auto;
	}
	.rollPro1 li {
	margin: 2%;
	width: 46%;
	}
	.rollPro1 li:nth-child(3n + 3) {
	margin-right: 2%;
	}
	.inner-banner{
		height:150px;
	}
	.inner-banner img{
		height:100%;
		object-fit:cover;
	}
	.inner-contact-text {
	display: block;
	}
	.inner-contact-text p {
	width: 100%;
	text-align: center;
	}
	.inner-contact-title {
	text-align: center;
	}
	.about{
		padding:30px 0;
	}
	.about .aboutm{
		flex-wrap:wrap;
	}
	.about .aboutm .aboutl{
		width:100%;
		padding:20px;
	}
	.about .aboutm .aboutr{
		width:100%;
	}
	.about h2 b{
		font-size:30px;
	}
	.product{
		padding:20px;
	}
	.side{
		display:none;
	}
	.pro_main{
		width:100%;
	}
	.pro_main li{
		width:49%;
	}
	.pro_main li img{
		height:130px;
	}
	.newsitem{
		padding:30px 0;
	}
	.newsitem .container{
		padding:30px;
	}
	.newsitem img{
		max-width:100%;
	}
	.news{
		padding:20px;
	}
	.news-list li{
		width:49%;
	}
	.news-list .news-pic{
		height:130px;
	}
	.news-list .news-intro{
		height:3em;
		overflow:hidden;
	}
	.contact{
		padding:30px 0;
	}
	.contact .pc1{
	font-size:24px;
	}
	.contact>ul{
		flex-wrap:wrap;
	}
	.contact>ul li{
		width:50%;
		padding-bottom:20px;
	}
	.contact>ul li:nth-child(2n){
		border:none;
	}
	.contact>ul li .p2{
		white-space:inherit;
	}
	.contact2{
		margin-top:20px;
		flex-wrap:wrap;
	}
	.contact2 .contact_l{
		width:100%;
		height:250px;
	}
	.contact2 .contact_r{
		width:100%;
		padding:20px;
	}
}
